home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / amiga / gui / x / xlbs9306.lha / libs / README.PRELIMINARY < prev   
Encoding:
Text File  |  1993-04-15  |  946 b   |  31 lines

  1. This is a preliminary release of a networing ixemul.library. To get
  2. network support working, you need to have a certain software package from
  3. Commodore installed, that includes an "inet.library". I can't be more
  4. specific because details of this package are still under NDA at the moment.
  5.  
  6. I added the following lines to start-inet:
  7.  
  8. hostname my-very-host-name-on-the-net
  9. route add default my-slip-gateway 2
  10. assign irc: dh1:bsd-networking/ircII2.2.1
  11.  
  12. You also need the usual gcc assigns, these are from my user-startup:
  13.  
  14. assign tmp: t:
  15. assign usr: gcc:unix/usr
  16. assign lib: gcc:lib
  17. assign etc: gcc:unix/etc
  18. assign dev: gcc:unix/dev
  19. assign bin: usr:bin
  20. assign var: gcc:unix/var
  21.  
  22. Finally, don't forget to remove the unconditional STACK 20000 from start-inet,
  23. or you'll see weird things going on on your amiga when running some of the
  24. ixemul programs...
  25.  
  26. If you have any questions, please ask, reach me at:
  27.  
  28. <wild@amiga.physik.unizh.ch>
  29.  
  30. -Markus Wild
  31.